home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-16 | 1.8 KB | 85 lines | [TEXT/MMCC] |
- #define SystemSevenOrLater 1
- #include "types.r"
-
-
-
- /*\
- |*| ---------------------------------------------------------------------
- |*| Strings to append to file
- |*| ---------------------------------------------------------------------
- \*/
- resource 'STR#' (128, purgeable)
- {
- {
- ".c",".h",".o"
- }
- };
-
-
- /*\
- |*| ---------------------------------------------------------------------
- |*| 'DITL' for Replace? dialog
- |*| ---------------------------------------------------------------------
- \*/
- resource 'DITL' (6045, purgeable)
- {
- {
- { 84, 14, 104, 84}, Button { enabled, "Cancel" },
- { 84, 124, 104, 194}, Button { enabled, "Replace" },
- { 10, 10, 76, 194}, StaticText { disabled, "Replace existing “^0” ?" }
- }
- };
-
-
- /*\
- |*| ---------------------------------------------------------------------
- |*| 'ALRT' for Replace? dialog
- |*| ---------------------------------------------------------------------
- \*/
- resource 'ALRT' (6045, purgeable)
- {
- {0, 0, 118, 204},
- 6045,
- {
- OK, visible, silent,
- OK, visible, silent,
- OK, visible, silent,
- OK, visible, silent
- },
- centerParentWindow
- };
-
-
-
- /*\
- |*| ---------------------------------------------------------------------
- |*| 'DITL' for the dialog to output the results
- |*| ---------------------------------------------------------------------
- \*/
- resource 'DITL' (128)
- {
- {
- {137, 278, 157, 358}, Button { enabled, "Quit" },
- {137, 184, 157, 264}, Button { enabled, "Again…" },
- { 13, 17, 127, 359}, StaticText { disabled, "" }
- }
- };
-
-
- /*\
- |*| ---------------------------------------------------------------------
- |*| 'DLOG' for the dialog to output the results
- |*| ---------------------------------------------------------------------
- \*/
- resource 'DLOG' (128) {
- {58, 30, 230, 406},
- dBoxProc,
- invisible,
- goAway,
- 0x0,
- 128,
- "",
- alertPositionMainScreen
- };
-
-